gtk4.git
2020-03-13 Bastien NoceraMerge branch 'wip/hadess/fix-remote-filechooser-main...
2020-03-13 Timm BäderMerge branch 'align-docs-fixes' into 'master'
2020-03-12 Matthew Leedsgtk: Tweak GTK_ALIGN_BASELINE docs
2020-03-12 Emmanuele BassiMerge branch 'migration-can-target-docs' into 'master'
2020-03-12 Jason FrancisDocs: Refer to GtkWidget::can_target in migration guide
2020-03-11 Matthias ClasenMerge branch 'vfl-error' into 'master'
2020-03-11 Emmanuele BassiFix message for VFL parser errors
2020-03-09 Benjamin OtteMerge branch 'wip/ricotz/annotations' into 'master'
2020-03-09 Rico TzschichholzFix annotation for GdkContentFormats.get_gtypes()
2020-03-09 Rico TzschichholzReally fix annotation for GtkDropTarget.get_gtypes()
2020-03-09 sicklylifeUpdate Japanese translation
2020-03-09 sicklylifeUpdate Japanese translation
2020-03-06 Matthias ClasenMerge branch 'master' into 'master'
2020-03-06 Alexander LarssonMerge branch 'wip/tbaederr/fallthrough' into 'master'
2020-03-06 Timm BäderReplace fallthrough comments with G_GNUC_FALLTHROUGH
2020-03-06 Benjamin OtteMerge branch 'wip/otte/for-master' into 'master'
2020-03-06 Benjamin Ottestack: Make static analyzer happy
2020-03-06 Benjamin Ottepathbar: Don't do the same thing twice.
2020-03-06 Benjamin Ottereftest: Plug memleak
2020-03-06 Benjamin Ottetreeview: Don't assign value twice.
2020-03-06 Benjamin Ottecellarea: Be very clear
2020-03-06 Benjamin Ottebuilder-tool: Don't allow property to be both resize...
2020-03-06 Benjamin Otteapplicationaccels: Use g_renew()
2020-03-06 Benjamin Otteliststore: Fix gtk_list_store_iter_is_valid()
2020-03-06 Benjamin Ottetesttreeview: Fix 19 year old use-after-free
2020-03-06 Benjamin Ottetreepath: Use g_renew()
2020-03-06 Benjamin Ottetestsuite: Avoid passing NULL to strcmp()
2020-03-06 Benjamin Ottetreeview: Don't initialize variable twice
2020-03-05 Benjamin OtteMerge branch 'wip/otte/for-master' into 'master'
2020-03-05 Benjamin Ottebuild: Add -Wnull-dereference
2020-03-05 Benjamin Otteicontheme: Remove unused parameter
2020-03-05 Benjamin Ottetreerbtree: Use for loops
2020-03-05 Benjamin Ottenotebook: Don't crash on drags not coming from a notebook
2020-03-05 Benjamin Otteicontheme: Don't crash on icon lookup failure
2020-03-05 Benjamin Ottedevice: Handle missing axis
2020-03-05 Benjamin Otterbtree: Simplify macros
2020-03-05 Benjamin Otterbtree: Simplify code
2020-03-05 Benjamin Ottebuild: Add more useful warning flags
2020-03-05 Benjamin Ottemountoperation-x11: Fix copy/paste thinko
2020-03-05 Benjamin Ottetests: Add a test for changing the hovered widget
2020-03-05 Benjamin Otteimcontextwayland: Fix copy/paste error
2020-03-05 Benjamin Ottetextview: Fix copy/paste error
2020-03-04 Timm BäderMerge branch 'patch-1' into 'master'
2020-03-04 Antenore Gattagdk_monitor_get_model: Fix a typo in the function docum...
2020-03-03 Piotr DrągUpdate POTFILES.in
2020-03-03 Emmanuele BassiMerge branch 'doc-fixes' into 'master'
2020-03-03 Emmanuele BassiFix annotation for GtkDropTarget.get_gtypes()
2020-03-03 Emmanuele BassiRemove incorrect rename-to annotations
2020-03-03 Emmanuele BassiFix introspection warnings for GtkDragIcon
2020-03-03 Emmanuele BassiAdd missing annotation for GtkIconTheme
2020-03-03 sicklylifeUpdate Japanese translation
2020-03-03 sicklylifeUpdate Japanese translation
2020-03-03 Matthias ClasenMerge branch 'gbsneto/gtkeventcontrollerfocus' into...
2020-03-03 Georges Basile... build: Install gtkeventcontrollerfocus.h
2020-03-03 Matt Guerrettebuilder-tool: rename show-close-button to show-title...
2020-03-02 Benjamin OtteMerge branch 'wip/otte/for-master' into 'master'
2020-03-02 Benjamin Ottedroptarget: Fast-path local value load
2020-03-02 Benjamin Ottedrop: Don't use g_object_get()
2020-03-02 Benjamin Ottednd: Fix some documentation gotchas
2020-03-02 Benjamin OtteMerge branch 'wip/otte/dnd' into 'master'
2020-03-02 Benjamin Ottedrop: Remove unused convenience APIs
2020-03-02 Benjamin Ottethemes: Set proper foreground color for DND icons
2020-03-02 Benjamin Ottecalendar: Use a drag source
2020-03-02 Benjamin Ottednd: Don't create custom color drag icons
2020-03-02 Benjamin Ottedragicon: Add gtk_drag_icon_create_widget_for_value()
2020-03-02 Benjamin Ottecontentformats: Constify some functions
2020-03-02 Benjamin Ottedragicon: Change how to acquire drag icons
2020-03-02 Benjamin Ottedragicon: Add GtkDragIcon::child
2020-03-02 Benjamin Ottegdk: Make gdk_drop_status() take preferred action
2020-03-02 Benjamin Ottecolorswatch: Switch to dragged color during dnd
2020-03-02 Benjamin Ottegtk-demo: Add a simple peg solitaire DND demo
2020-03-02 Benjamin Ottedroptarget: Redo
2020-03-02 Benjamin Otteplacessidebar: Don't use the GdkDrag
2020-03-02 Benjamin Ottenotebook: Make dnd page switching a drop controller
2020-03-02 Benjamin Ottetextview: Move drop scrolling to drop motion controller
2020-03-02 Benjamin Ottetreeview, iconview: Don't return the drop target
2020-03-02 Benjamin Ottetestsuite: Use g_assert() in tests
2020-03-01 Emmanuele BassiMerge branch 'piotrdrag/placessidebar-typos' into ...
2020-03-01 Piotr Drągplacessidebar: Fix a couple of typos and thinkos in...
2020-02-29 Matthias ClasenMerge branch 'kill-grabs-2' into 'master'
2020-02-28 Matthias ClasenDrop gtk_grab_add/remove from public api
2020-02-28 Matthias ClasenDrop gtk_grab_get_current
2020-02-28 Matthias ClasenDrop device grabs
2020-02-28 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2020-02-28 Matthias Claseninspector: Fix the "Software GL" switch
2020-02-28 Bastien Nocerafilechooser: Fallback if content-type unavailable
2020-02-28 Bastien Nocerafilechooser: Fix crash when file has no content-type
2020-02-27 Piotr DrągUpdate POTFILES.in and POTFILES.skip
2020-02-27 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2020-02-27 Matthias ClasenRemove a stray g_object_unref
2020-02-27 Matthias ClasenAvoid a crash in css font features values
2020-02-27 Nathan FollensUpdate Dutch translation
2020-02-27 Timm BäderMerge branch 'patch-1' into 'master'
2020-02-27 Krzesimir NowakFix a typo in gtkplacessidebar.c
2020-02-27 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2020-02-27 Matthias ClasenFix a leftover occurrence of ::expand
2020-02-26 Danial BehzadiUpdate Persian translation
2020-02-26 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2020-02-26 Matthias Clasengesture: Actually track targets
2020-02-26 Matthias Clasenbuilder-tool: Fix a thinko
next